summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-06-06 20:13:30 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-06-06 20:14:38 +0200
commit4d613193070f3f0a4eb2346d32cc243867787860 (patch)
tree925dd38cb161bf32c980b0b6ff9f3a7465bac072
parentMerge pull request #10643 from 8bitDream/gradle-config (diff)
downloadyuzu-4d613193070f3f0a4eb2346d32cc243867787860.tar
yuzu-4d613193070f3f0a4eb2346d32cc243867787860.tar.gz
yuzu-4d613193070f3f0a4eb2346d32cc243867787860.tar.bz2
yuzu-4d613193070f3f0a4eb2346d32cc243867787860.tar.lz
yuzu-4d613193070f3f0a4eb2346d32cc243867787860.tar.xz
yuzu-4d613193070f3f0a4eb2346d32cc243867787860.tar.zst
yuzu-4d613193070f3f0a4eb2346d32cc243867787860.zip
-rw-r--r--src/android/app/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 06f22fabe..13bb227ff 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -57,6 +57,7 @@ android {
applicationId = "org.yuzu.yuzu_emu"
minSdk = 30
targetSdk = 33
+ versionCode = 1
versionName = getGitVersion()
ndk {